home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / sml_nj / 93src.lha / src / runtime / allmo.c next >
Encoding:
C/C++ Source or Header  |  1993-02-09  |  383 b   |  16 lines

  1. /* allmo.c:
  2.  *
  3.  * COPYRIGHT (c) 1990 by AT&T Bell Laboratories.
  4.  *
  5.  * This is a stub allmo file for the noshare version.
  6.  */
  7.  
  8. #include "tags.h"
  9. #include "ml_types.h"
  10.  
  11. static struct { int tag; char str[16]; } never0 =
  12.     { MAKE_DESC(13, TAG_string), "%never match%" };
  13.  
  14. ML_val_t datalist[4] =
  15.  {  (ML_val_t)MAKE_DESC(3, TAG_record), PTR_CtoML(never0.str), PTR_CtoML(0), MOLST_nil };
  16.